Adds a value to the collection if not already present.
Namespace:
C1.Olap
Assembly:
C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)
Syntax
| C# |
|---|
public void Add(
T value
) |
| Visual Basic |
|---|
Public Sub Add ( _
value As T _
) |
Parameters
- value
- Type: T
Value to add to the collection.
See Also